home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / island_fishing.swf / scripts / frame_224 / PlaceObject2_278_12 / CLIPACTIONRECORD onClipEvent(load).as
Text File  |  2011-01-13  |  233b  |  15 lines

  1. onClipEvent(load){
  2.    if(_root.difficulty == 1)
  3.    {
  4.       this.gotoAndStop(1);
  5.    }
  6.    if(_root.difficulty == 2)
  7.    {
  8.       this.gotoAndStop(2);
  9.    }
  10.    if(_root.difficulty == 3)
  11.    {
  12.       this.gotoAndStop(3);
  13.    }
  14. }
  15.